home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1990: Discy Business
/
Discy Business.2mg
/
DEV.CD
/
GUIDED.TOURS
/
GS.DEMO.STRT
/
STARTUP
(
.txt
)
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Applesoft BASIC Source Code
|
1986-08-19
|
440 b
|
21 lines
|
[FC] Applesoft BASIC Program (0x0801)
1 POKE 1012,(255 - PEEK(1012))
2 HOME
3 D$ = CHR$(4)
4 ONERR GOTO 99
5 IF PEEK( -16287) > = 128 THEN PRINT D$;"run config"
6 PRINT D$;"pr#3"
7 FOR I = 1 TO 12: PRINT : NEXT I
8 PRINT SPC( 25);"Please wait while loading ..."
9 FOR I = 2816 TO 3071: POKE I,0: NEXT I
10 PRINT D$;"prefix bin"
12 PRINT D$;"bload eagle,a$1000"
14 CALL 4098
17 PRINT D$;"bload params,a$300"
20 PRINT D$;"bload animate,a$4000"
22 PRINT D$;"bload cast,a$1000"
25 FOR I = 0 TO 3: POKE 4144 +I, PEEK(768 +I): NEXT I
31 POKE 4160,0
32 CALL 4096
33 NOTRACE : HOME
40 CALL 976
99 PRINT "...cannot load program": END